home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / attrib < prev    next >
Text File  |  1991-04-23  |  1KB  |  29 lines

  1.                                    ATTRIB
  2.         Set or display the ARCHIVE or READ-ONLY attributes on a file
  3.                          See also <BACKUP> <XCOPY>
  4.  
  5. COMMAND TYPE: External                  VERSION: 3.0 and up
  6.  
  7. USE:  ATTRIB [+R|-R][+A|-A][d:][path] [filename][/S]
  8.  
  9. +R sets the file attribute to READ-ONLY.
  10. -R removes the READ-ONLY file attribute, allows updating of the file.
  11. +A sets the archive bit.
  12. -A resets the archive bit.
  13.  
  14. d: path filename specifies the file whose attributes will be changed.
  15.    (wildcards may be specified)
  16.  
  17. /S to process all files in the specified directory and its
  18.    subdirectories.  (This switch is valid for DOS 3.3 and later
  19.    versions).
  20.  
  21. EXAMPLE: ATTRIB +R HELP.COM
  22.  
  23. The above example sets the file 'HELP.COM' to a READ-ONLY status. The
  24. archive attribute is set whenever a file is modified, and is used by
  25. <BACKUP>, <RESTORE> and <XCOPY> to determine whether to process files based
  26. on their "modified" status.  Other non-MSDOS backup programs also may
  27. examine this attribute.  Backup and copy programs may or may not
  28. remove the archive bit, depending on settings.
  29.